home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / databases / quickfile38.lha / QuickFile / History.doc < prev    next >
Encoding:
Text File  |  1995-02-06  |  7.8 KB  |  239 lines

  1.    3.08  04 February 195
  2.  
  3.    - Replace call to ExaminFH with Examine so QuickFile can work with XFH.
  4.      Thanks to Peter Bagnato or reporting this one.
  5.  
  6.    - Field resizing by dragging on the form display.
  7.  
  8.    - Refuse to accept : or / in index name as this is used in the file
  9.      name.
  10.  
  11.    3.07  19 January 1995
  12.  
  13.    - Keep highlighted line in sideways scroll of list display.
  14.    - Use highlighted record as current record in insert (for copy).
  15.    - Reintroduce name of registered user in about requester.
  16.    - Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
  17.  
  18.    3.06  16 January 1995
  19.  
  20.    - Fixed bug causing a crash of rebuild index with old format file def.
  21.    - Cleaned up code for dragging fields in form view.
  22.  
  23.    3.5    08 January 1995
  24.  
  25.    - Fixed bug in export requester. Cycle gadgets should only be enabled
  26.      for CUSTOM format. Could cause a crash.
  27.    - TAB now activates first string gadget, ESC exits from string gadget.
  28.    - Fixed bug in field requester. Any non ASCII key would be treated as
  29.      help key. Used to work - looks like a line of code went missing.
  30.    - Stopped crashes when tiny windows were used. Added iconify function.
  31.    - Show wait pointer at appropriate times.
  32.    - Some code optimisations.
  33.    - Stop errors if help key pressed and no amigaguide docs present
  34.  
  35.    3.4     28 November 1994
  36.  
  37.    - Parse expressions after all fields loaded to prevent invalid field
  38.      requester if referenced field is defined after calc field.
  39.    - Fix to always use correct colours for print to screen
  40.  
  41.    3.3     20 November 1994
  42.  
  43.    - Default number of decimals were displayed but not accepted unless
  44.      RETURN was pressed.
  45.    - Title bar info not displayed for first file opened
  46.    - Use path from current window as a default when opening a new file
  47.  
  48.    3.2     27 October 1994
  49.  
  50.    - Set min window size for definition to prevent crash
  51.    - Losing drawer name after loading old style view definition
  52.    - Loading a new view was updating title in wrong window
  53.    - Tightened up date validation. Was allowing months > 13.
  54.    - Some code optimisation
  55.  
  56.    3.1     23 October 1994
  57.  
  58.    - Combined definition code with main program.
  59.    - Fixed many bugs introduced with version 3.0
  60.      . Crashes trying to display error message for long file name
  61.      . Crashes selecting format in import/export requester
  62.      . Long string in search trashing other auto variables
  63.      . Excessive alloc/freeing of formula string and tree in definition
  64.      . Several memory leaks
  65.  
  66.    3.00b September 1994
  67.  
  68.     Major Upgrade (beta)
  69.  
  70.    - Calculated fields.
  71.    - Extended field attributes to include:
  72.     Mandatory
  73.     Left/right justification
  74.     Number of decimals
  75.    - Indexes can allow or prevent duplicates
  76.    - Multiple open files in separate windows
  77.    - Requesters are now moveable windows
  78.    - Control via keyboard as well as mouse
  79.    - Context sensitive AmigaGuide help
  80.    - Grouping and summaries (total, count and average) in reports.
  81.    - Reports can be directed to screen or printer
  82.    - Prompt on exit if a view is changed but not saved.
  83.    - Improved error detection and reporting
  84.    - Faster sort. Now uses QuickSort. Stack doesn't seem to be a problem.
  85.  
  86.    2.02.05  26 June 1994
  87.  
  88.    - Handle empty selection when updating a field that is part of an index
  89.  
  90.    2.02.04  23 March 1994
  91.  
  92.    - Put up requester if view being loaded references fields that are not
  93.      in the file definition.
  94.    - Fix cursor positioning for incorrect fields when OK is pressed in
  95.      Modify or Insert. Cursor now always go to the field in error.
  96.    - Prevent duplicate field names being defined.
  97.    - Fix QFDefine so it displays a message if it can't find the file passed
  98.      as a parameter.
  99.    - Provide defaults for a new file in QFDefine.
  100.    - Improved sorting where many records are equal. It was extremely slow.
  101.  
  102.    2.02.03  26 January 1994
  103.  
  104.    - Enlarged size of default window
  105.    - Added "Reset Form" menu item
  106.  
  107.    2.02.02  26 December 1993
  108.  
  109.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  110.      ROM manual).
  111.    - Corrected initialisation of path for ASL requester
  112.    - Include /AUTO on console window specification. It will now only
  113.      open if it is written to.
  114.  
  115.    2.02.01  18 December 1993
  116.  
  117.    - Added preset formats to export.
  118.    - Allow specification of each control code used for import/export.
  119.    - Removed bug in list report that sometimes suppressed field names
  120.  
  121.    2.01.03  26 November 1993
  122.  
  123.    - Replaced Backup/Restore with Save As and Reorganise
  124.    - Empty date field left old value on form display
  125.  
  126.    2.01.02  18 November 1993
  127.  
  128.    - Cleaned up Search panels
  129.    - Open new window if new view requires a different window size
  130.    - GoTo fixed to work with dates and number fields
  131.    - Fixed some problems with report formatting
  132.  
  133.    2.01.01  10 November 1993
  134.  
  135.    Major upgrade including many significant new features including:
  136.  
  137.    - Support for multiple views that can be saved and loaded as
  138.      required. Includes window size.
  139.  
  140.    - Form view can be tailored by dragging fields around.
  141.  
  142.    - Multi column label printing now properly supported.
  143.  
  144.    - Search facility vastly improved by adding    equal, between, not_like
  145.      sounds_like. Now allows multiple search conditions with and/or.
  146.  
  147.    - Descending sequence added to sort.
  148.  
  149.  
  150.    1.3.5   22 September 1993
  151.  
  152.    1.  Bug Fix. Various problems when sorting a file with a sort table
  153.        exceeding 32767 bytes (over 4000 records).
  154.  
  155.    2.  Prevented rebuild of temporary indexes used for sort and selection
  156.  
  157.    1.3.4   9 September 1993
  158.  
  159.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  160.        full field length into shorter area.
  161.  
  162.    1.3.3   1 September 1993
  163.  
  164.    1.  Fixed problem in list display that was trashing memory if a
  165.        database had a small record size.
  166.    2.  Definition was allowing block size to be changed if you increased
  167.        the record size past the maximum for the block.
  168.    3.  Positioning now maintained correctly in list display when you
  169.        change indexes.
  170.  
  171.    1.3.2  28 August 1993 (not released)
  172.  
  173.    1.  Added List button to form screen
  174.    2.  Added Insert, Modify and Delete buttons to list screen.
  175.    3.  Fixed problem where searching a previous selection would search
  176.        the entire data base
  177.    4.  Removed spurious message being displayed when a missing index
  178.        is created.
  179.  
  180.    1.3.1  4 August 1993 (Bug Fixes)
  181.  
  182.    1.  Index search used length of first index for all indexes -> ka-boom.
  183.    2.  Deleted field names were blanked but kept in the definition.
  184.  
  185.  
  186.    1.3.0  23 July 1993 (not released)
  187.  
  188.    1.  Character, date, number and integer data types.
  189.  
  190.    2.  Up to 255 fields per record
  191.  
  192.    3.  Vertical slider gadget added for scrolling through records
  193.  
  194.    4.  Horizontal slider gadget added for scrolling through fields on one
  195.        record. (Both form and list screens).
  196.  
  197.    5.  File definition is now in a separate program
  198.  
  199.    6.  Import/Export of ASCII files
  200.  
  201.    7.  Removed problem that caused a crash when adding more than 12 fields.
  202.  
  203.  
  204.    1.2.2 (not released)
  205.  
  206.      1     Bug fix. Sort index not updated for a delete if records
  207.      had been selected but selection did not contain the record.
  208.      Error message incorrectly being displayed for the selection.
  209.  
  210.  
  211.    1.2.1  16 Feb 93
  212.  
  213.      1     Included list style reports
  214.  
  215.      2     Included ASL and ARP file requesters
  216.  
  217.      3     New print requester to improve control of reports
  218.  
  219.      4     The index field size is now updated correctly when you change the
  220.      length of an existing field used as an index.
  221.  
  222.      5     Index record memory dynamically reallocated if necessary.
  223.  
  224.      6     If you add an index to an existing file, the index will be
  225.      rebuilt automatically when you open the file again.
  226.  
  227.      7     You are now warned if you attempt a backup while displaying
  228.      selected records. Only the selected records will be written to the
  229.      backup file.
  230.  
  231.      8     You can now open a file where the drawer contains only a drive or
  232.      disk name with no directory. eg df0:
  233.  
  234.    1.0.0  24 Nov 92
  235.  
  236.        Initial Release
  237.  
  238.  
  239.